Products Shop Support Company |
Change Logs.

Changes in Internet Pack 1.0 for .NET

This document lists the changes introduced by new versions of Internet Pack for .NET.

 

New in Version 1.0.19 (Build .565)

(Status: April 20, 2007)

Interim build provided to match RemObjects SDK and Data Abstract (no changes in Internet Pack for .NET itself since Build .551)

 

New in Version 1.0.17 (Build .551)

(Status: February 22, 2007)

Enhancements

  • 2558: HttpRequest should provide proper access to QueryString. Also exposed HttpServerRequest.Path property
  • 2711: Add Help2 filters to all products that ship Help2 help

Fixes

  • 2495: Rework FtpClient to not need Connection.ReceiveBytes
  • 2095: IP Samples Review

 

New in Version 1.0.15 (Build .541)

(Status: December 14, 2006)

Enhancements

  • 2754: Expose Login and Password properties in HTTP Client; add "Authorization" header
  • 2493: ContentBytes property optimized for performance

Fixes

  • 2855: HTTP Keep-Alive doesn't recover from closed connection; fix to Base64 encoding
  • 2702: Socket didn't close properly in DA application with SC
  • 2681: SuperTcpChannel Server, once deactivated, never recovers
  • 2615: Ship missing sln files for sample projects

 

New in Version 1.0.13 (Build .521)

(Status: October 25, 2006)

Features

  • 2491: Implement receiving of Chunked transfers

Fixes

  • 2544: Connection timeout threads were never properly freed, causing problems on Mono/Linux
  • 2494: Connection.Receive could truncate buffer when data came in fast
  • 2392: Problems with connection timeout
  • 2262: Custom IP Servers might use 100 CPU if client disconnects
  • 2000: CF assemblies don't get found by Visual Studio .NET 2003

 

New in Version 1.0.11 (Build .509)

(Status: August 24, 2006)

Fixes

  • 2262: Custom IP Servers might use 100 CPU if client disconnects
  • 2233: Problems with HTTP KeepAlive requests that do not retrieve POST body
  • 2038: Internet Package: SampleServer_C# doesn't work

 

New in Version 1.0.7 (Build .475)

(Status: April 26, 2006)

Enhancements

  • 1487: Add ContentType property to HttpHeader

Fixes

  • 997: IP cannot send requests to non-keep alive HTTP server (connection reset by server)
  • 287: Bad length in outgoing HTTP message for UTF-8/UTF-16 encoded ContentString
  • 204: FtpClient is missing DeleteFile method